Release 10.1A: OpenEdge Data Management:
SQL Reference


TAN

Returns the tangent of expression.

Syntax

TAN ( expression ) 

Example

The following example shows how to use the TAN function:

select tan(45 * pi()/180) 'Tangent of 45 degrees' from  
     MYMATH; 
  
TANGENT OF 45 DEGREES 
---------------------  
1.000000000000000 
  
1 record selected 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095